Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Constants

/* component type and subtype constants for the base image decompressor */
enum {
    decompressorComponentType= FOUR_CHAR_CODE('imdc')
    kBaseCodecType = FOUR_CHAR_CODE('base'),
};

/* selectors for component calls */
enum {
    kImageCodecPreflightSelect= 0x0200,
    kImageCodecInitializeSelect= 0x0201,
    kImageCodecBeginBandSelect= 0x0202,
    kImageCodecDrawBandSelect= 0x0203,
    kImageCodecEndBandSelect= 0x0204,
    kImageCodecQueueStartingSelect= 0x0205,
    kImageCodecQueueStoppingSelect= 0x0206
};


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |